cs get last item from list

94

cs get last item from list -

using System.Linq;

var lastItem = integerList.Last();

Comments

Submit
0 Comments